projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f493b7
)
(search_command): Fix call to search_buffer.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 9 Feb 1998 00:21:15 +0000
(
00:21
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 9 Feb 1998 00:21:15 +0000
(
00:21
+0000)
src/search.c
patch
|
blob
|
history
diff --git
a/src/search.c
b/src/search.c
index c3081f956578d721988560c652bd002fe179e8ba..9781c65d8d0e9af92dd6e072f127503e12dad776 100644
(file)
--- a/
src/search.c
+++ b/
src/search.c
@@
-892,10
+892,10
@@
search_command (string, bound, noerror, count, direction, RE, posix)
np = search_buffer (string, PT, PT_BYTE, lim, lim_byte, n, RE,
(!NILP (current_buffer->case_fold_search)
? current_buffer->case_canon_table
- :
make_number (0)
),
+ :
Qnil
),
(!NILP (current_buffer->case_fold_search)
? current_buffer->case_eqv_table
- :
make_number (0)
),
+ :
Qnil
),
posix);
if (np <= 0)
{